Add some new function prototypes to gtkquartz.h.
authorJohn Ralls <jralls@ceridwen.us>
Sat, 5 Nov 2016 22:01:28 +0000 (15:01 -0700)
committerJohn Ralls <jralls@ceridwen.us>
Sat, 5 Nov 2016 22:08:59 +0000 (15:08 -0700)
Fixes compile errors (-Werror,-Wmissing-prototypes).

gtk/gtkquartz.h

index 120168af16dfd37f73754636115ab24e6385fdcb..bf7dee6df15f490091ab171507783e3b2256cd6b 100644 (file)
@@ -38,6 +38,13 @@ void _gtk_quartz_set_selection_data_for_pasteboard (NSPasteboard *pasteboard,
                                                    GtkSelectionData *selection_data);
 
 NSImage *_gtk_quartz_create_image_from_surface (cairo_surface_t *surface);
+void _gtk_clipboard_handle_event (GdkEventOwnerChange *event);
+void _gtk_clipboard_store_all (void);
+const gchar * _gtk_get_datadir (void);
+const gchar * _gtk_get_libdir (void);
+const gchar * _gtk_get_localedir (void);
+const gchar * _gtk_get_sysconfdir (void);
+const gchar * _gtk_get_data_prefix (void);
 
 G_END_DECLS